home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / fm42ch.exe / {app} / Foxmail.exe / 0 / RCDATA / TDLG_NICKNAME / TDLG_NICKNAME.txt
Text File  |  2002-07-04  |  2KB  |  91 lines

  1. object Dlg_nickname: TDlg_nickname
  2.   Left = 298
  3.   Top = 273
  4.   BorderStyle = bsDialog
  5.   Caption = 'Mail Address'
  6.   ClientHeight = 135
  7.   ClientWidth = 372
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 24
  23.     Top = 8
  24.     Width = 31
  25.     Height = 13
  26.     Caption = '&Name:'
  27.     FocusControl = E_name
  28.   end
  29.   object Label2: TLabel
  30.     Left = 24
  31.     Top = 56
  32.     Width = 63
  33.     Height = 13
  34.     Caption = '&Mail Address:'
  35.     FocusControl = E_mailaddress
  36.   end
  37.   object BtnAddAddress: TSpeedButton
  38.     Left = 224
  39.     Top = 24
  40.     Width = 137
  41.     Height = 22
  42.     Caption = '&Add to Addree Book'
  43.     OnClick = BtnAddAddressClick
  44.   end
  45.   object E_name: TEdit
  46.     Left = 24
  47.     Top = 24
  48.     Width = 185
  49.     Height = 21
  50.     TabOrder = 0
  51.   end
  52.   object E_mailaddress: TEdit
  53.     Left = 24
  54.     Top = 72
  55.     Width = 337
  56.     Height = 21
  57.     TabOrder = 1
  58.   end
  59.   object BtnOK: TButton
  60.     Left = 88
  61.     Top = 104
  62.     Width = 89
  63.     Height = 22
  64.     Caption = 'Close'
  65.     Default = True
  66.     ModalResult = 1
  67.     TabOrder = 2
  68.   end
  69.   object BtnCancel: TButton
  70.     Left = 216
  71.     Top = 104
  72.     Width = 89
  73.     Height = 22
  74.     Cancel = True
  75.     Caption = 'Cancel'
  76.     ModalResult = 2
  77.     TabOrder = 3
  78.   end
  79.   object PM_addrbook: TPopupMenu
  80.     AutoPopup = False
  81.     OnPopup = PM_addrbookPopup
  82.     Left = 320
  83.     Top = 96
  84.   end
  85.   object Language: TLanguage
  86.     LangCenter = DM_Language.LangCenter
  87.     Left = 48
  88.     Top = 104
  89.   end
  90. end
  91.